type reflect.emptyInterface

5 uses

	reflect (current package)
		type.go#L1154: 	eface := *(*emptyInterface)(unsafe.Pointer(&i))
		type.go#L1162: 	eface := *(*emptyInterface)(unsafe.Pointer(&i))
		value.go#L122: 	e := (*emptyInterface)(unsafe.Pointer(&i))
		value.go#L157: 	e := (*emptyInterface)(unsafe.Pointer(&i))
		value.go#L206: type emptyInterface struct {